home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Super Stacks!
/
Macworld CD.iso
/
HyperCard Archives
/
International
/
French v1.2.5.1
/
Piles principales
/
Notes sur la version 1.2.5
/
background_5077.txt
< prev
next >
Wrap
Text File
|
1989-10-04
|
4KB
|
205 lines
-- background: 5077 from stack: in.5
-- bmap block id: 15797
-- flags: 0000
-- background id: 0
-- name: Information
----- HyperTalk script -----
on opencard
set scroll of field "Texte" to 0
pass openCard
end opencard
-- part 1 (field)
-- low flags: 03
-- high flags: 2007
-- rect: left=20 top=56 right=303 bottom=496
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 15
-- part name: Texte
-- part 2 (field)
-- low flags: 01
-- high flags: 2000
-- rect: left=12 top=25 right=53 bottom=371
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 18
-- style flags: 256
-- line height: 20
-- part name: Titre
-- part 17 (field)
-- low flags: 01
-- high flags: 2000
-- rect: left=373 top=21 right=54 bottom=502
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 65535
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 12
-- part name: Section
-- part 25 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=14 top=314 right=339 bottom=52
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 33 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=164 top=314 right=337 bottom=202
-- title width / last selected line: 0
-- icon id / first selected line: 17779 / 17779
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Carte précédente
----- HyperTalk script -----
on mouseUp
previousCard
end mouseUp
-- part 34 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=201 top=314 right=337 bottom=314
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: Menu principal
----- HyperTalk script -----
on mouseUp
cancelFindNext
cancelGoBack
visual barn door close
go first card
end mouseUp
-- part 35 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=313 top=314 right=337 bottom=351
-- title width / last selected line: 0
-- icon id / first selected line: 8419 / 8419
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Carte suivante
----- HyperTalk script -----
on mouseUp
nextCard
end mouseUp
-- part 36 (button)
-- low flags: 80
-- high flags: A004
-- rect: left=361 top=314 right=336 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name: Retour
----- HyperTalk script -----
on mouseUp
global pushList
subtract 1 from pushList
lock screen
hide bg btn "Retour"
pop card
if pushList > 0 then
show bg btn "Retour"
else
hide bg btn "Retour"
end if
unlock screen
end mouseUp
-- part 40 (button)
-- low flags: 80
-- high flags: A004
-- rect: left=356 top=314 right=337 bottom=424
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name: Poursuivre
----- HyperTalk script -----
on mouseUp
findNext
end mouseUp
-- part 41 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=430 top=314 right=337 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name: Chercher…
----- HyperTalk script -----
on mouseUp
myFind
end mouseUp